[GET] ~/criteria/options?manufacturers[0]={manufacturers[0]}&manufacturers[1]={manufacturers[1]}&series[0]={series[0]}&series[1]={series[1]}&variants[0]={variants[0]}&variants[1]={variants[1]}
Returns a list of options available for the specified
Request Information
URI Parameters
| Name | Description | Type | |
|---|---|---|---|
|
The manufacturers. |
Collection of string | ||
|
The series. |
Collection of string | ||
|
The variants. |
Collection of string |
Body Parameters
None.
Request Formats
None.
Response Information
Resource Description
An enumerator that allows foreach to be used to process the upholsteries in this collection.
An instance of: Collection of OptionGroup| Name | Description | Type | |
|---|---|---|---|
|
A human-readable label for this equipment option.. |
string | ||
|
The equipment option elements contained in this group. |
Collection of Option |
Response Formats
application/json, text/json
Sample:
[
{
"label": "sample string 1",
"options": [
{
"value": 1,
"label": "sample string 2",
"isActive": true,
"name": "sample string 4",
"description": "sample string 5"
},
{
"value": 1,
"label": "sample string 2",
"isActive": true,
"name": "sample string 4",
"description": "sample string 5"
}
]
},
{
"label": "sample string 1",
"options": [
{
"value": 1,
"label": "sample string 2",
"isActive": true,
"name": "sample string 4",
"description": "sample string 5"
},
{
"value": 1,
"label": "sample string 2",
"isActive": true,
"name": "sample string 4",
"description": "sample string 5"
}
]
}
]